home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 8
/
Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso
/
Aminet
/
comm
/
cnet
/
wof_cnet_641.lha
/
wof
/
WOF_Install.Rexx1
< prev
next >
Wrap
Text File
|
1995-08-06
|
330b
|
7 lines
/* Check WOF Version; Used by Installer Script */;options results
if open(f1,"pfiles:WoFortune.Config","r") then do
a=readln(f1) ; call close(f1) ; end ; else a="; v1.00"
ver=strip(substr(a,pos("v",a),5));if ver="v6.40" then ver=2
if left(ver,4)="v6.3" then ver=1;if ver~=1&ver~=2 then ver=0
address command "setenv WOFVer "ver